type github.com/refraction-networking/utls.certificateRequestMsg

8 uses

	github.com/refraction-networking/utls (current package)
		conn.go#L1143: 			m = &certificateRequestMsg{
		handshake_client.go#L766: 	certReq, ok := msg.(*certificateRequestMsg)
		handshake_client.go#L1250: func certificateRequestInfoFromMsg(ctx context.Context, vers uint16, certReq *certificateRequestMsg) *CertificateRequestInfo {
		handshake_messages.go#L1755: type certificateRequestMsg struct {
		handshake_messages.go#L1765: func (m *certificateRequestMsg) marshal() ([]byte, error) {
		handshake_messages.go#L1815: func (m *certificateRequestMsg) unmarshal(data []byte) bool {
		handshake_server.go#L634: 	var certReq *certificateRequestMsg
		handshake_server.go#L637: 		certReq = new(certificateRequestMsg)